Skip to main content

All Questions

0votes
3answers
70views

Using LLM/AI tools to identify entity types

I am working with a data that has a list of organization names, but the "type" of the organization is not given. What I mean by type is that I know that organizations within my list can fall ...
Kuantew's user avatar
1vote
0answers
197views

NLP for classifying a YES or NO response to a question

I'm currently working on a project that requires some feature extraction. The data I have is text and comes from an interview. The interviewer asks a question, the client responds, and the interviewer ...
altheconda's user avatar
0votes
1answer
90views

How does a Machine Learning model predict this classification problem?

Let’s imagine we want to create a simple Sentiment Analysis model using Machine Learning not Deep Learning algorithms, so we need to have a set of handcrafted features for this classification problem. ...
Z Bokaee's user avatar
1vote
1answer
218views

How to predict the rating of a text review and improve it?

Why is it better to treat the rating prediction of a text review as a regression problem rather than a classification one? Is it because the ratings (1,2,3,4,5) are ordinal variables? What kind of ...
ebrahimi's user avatar
0votes
1answer
1kviews

Get the name of a merchant from records

I have a bunch of bank transaction records from which I want to extract merchants' names. In a few subsets of these records, the structure of the string is the same within the subset with only the ...
Clock Slave's user avatar
0votes
1answer
1kviews

NLP Identifying important key words in a corpus

I am intrigued with the idea of Zettelkasten but unsatisfied with the current implementations. It seems to me that a machine learning and NLP approach could be productive by helpfully identifying “...
Charlie Martin's user avatar
4votes
2answers
118views

Is there any classifier that works best in general for NLP based projects?

I've written a program to analyse a given piece of text from a website and make conclusary classifications as to its validity. The code basically vectorizes the description (taken from the HTML of a ...
Arnav Das's user avatar

close